-
Notifications
You must be signed in to change notification settings - Fork 129
Use policy template name as default dataset for input packages #3037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Default dataset in integration packages is formed as <package name>.<data stream name>, both in elastic-package and Fleet. In the case of input packages, elastic-package was forming it as something like <package name>.<policy template name>, but Fleet uses only the policy template name. Do the same as Fleet for input packages.
|
test integrations |
|
Created or updated PR in integrations repository to test this version. Check elastic/integrations#15808 |
💚 Build Succeeded
cc @jsoriano |
|
Failures in |
These packages set a default value for the |
- Add use_logs_stream configuration option to enable sending data to the unified "logs" data stream - Update tcp.yml.hbs and udp.yml.hbs templates to conditionally route to logs index - Bump TCP version to 2.1.0 and UDP version to 2.3.0 - Follows the same pattern as filestream package This feature allows users to send all ingested data to the "logs" data stream instead of custom datasets when the "Write to logs streams" option is enabled in output settings. Note: System tests for logs-stream variants will fail due to a known elastic-package bug being fixed in elastic/elastic-package#3037. Policy tests pass, confirming the configuration is correct. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Add use_logs_stream configuration option to enable sending data to the unified "logs" data stream - Update tcp.yml.hbs and udp.yml.hbs templates to conditionally route to logs index - Bump TCP version to 2.1.0 and UDP version to 2.3.0 - Follows the same pattern as filestream package This feature allows users to send all ingested data to the "logs" data stream instead of custom datasets when the "Write to logs streams" option is enabled in output settings. Note: System tests for logs-stream variants will fail due to a known elastic-package bug being fixed in elastic/elastic-package#3037. Policy tests pass, confirming the configuration is correct. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Add use_logs_stream configuration option to enable sending data to the unified "logs" data stream - Update tcp.yml.hbs and udp.yml.hbs templates to conditionally route to logs index - Bump TCP version to 2.1.0 and UDP version to 2.3.0 - Follows the same pattern as filestream package This feature allows users to send all ingested data to the "logs" data stream instead of custom datasets when the "Write to logs streams" option is enabled in output settings. Note: System tests for logs-stream variants will fail due to a known elastic-package bug being fixed in elastic/elastic-package#3037. Policy tests pass, confirming the configuration is correct. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Fix #3036.
Default dataset in integration packages is formed as
<package name>.<data stream name>, both in elastic-package and Fleet.In the case of input packages, elastic-package was forming it as something like
<package name>.<policy template name>, but Fleet uses only the policy template name.Do the same as Fleet for input packages.